projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
253e524
)
Fix kmacro-view-ring-2nd doc string
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 30 May 2021 06:10:15 +0000
(08:10 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 30 May 2021 06:10:15 +0000
(08:10 +0200)
* lisp/kmacro.el (kmacro-view-ring-2nd): Fix doc string (bug#15020).
lisp/kmacro.el
patch
|
blob
|
history
diff --git
a/lisp/kmacro.el
b/lisp/kmacro.el
index afc486f4edcd75696058362321bf61951f53cdbc..8821e35c2d17e4e41bf9008a81eb1031144958a3 100644
(file)
--- a/
lisp/kmacro.el
+++ b/
lisp/kmacro.el
@@
-482,7
+482,7
@@
without repeating the prefix."
(defun kmacro-view-ring-2nd ()
- "Display the
current head of
the keyboard macro ring."
+ "Display the
second macro in
the keyboard macro ring."
(interactive)
(unless (kmacro-ring-empty-p)
(kmacro-display (car (car kmacro-ring)) nil "2nd macro")))